body {
          background-image: url("images/cosmos.gif");
          background-repeat: repeat;
          font-family: 'ms gothic', sans-serif;
          font-size:16px;
          color:#ecbeff;
          margin-left: 15vw;
          margin-right: 15vw;
          
}
div {
    display: block;
    unicode-bidi: isolate;
}
h1 {
        font-family: "Jersey 15", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: transparent;
        text-align: center;
}
.transgender {
        background-position-y: center;
        background-size: 30px;
        background-clip: text;
        background-image: url("images/Transgender_Pride_flag.svg")
}
                a { text-decoration: none; }
                a:link { color:#a7bbff; }
                a:hover { color:#7fffd4; }
                a:active { color:#804be2; }
                a:visited { color:#9031bd; }
img{
        object-fit: cover;
}
.topbar { margin-left: 15vw;
          margin-right: 15vw; }

.boxybox {
        border-color: #f0f8ff;
        border-style: dashed;
        background: #09062e;
        background: -webkit-linear-gradient(180deg, rgba(9, 6, 46, 1) 0%, rgba(14, 28, 69, 1) 31%, rgba(27, 7, 74, 1) 70%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg, rgba(9, 6, 46, 1) 0%, rgba(14, 28, 69, 1) 31%, rgba(27, 7, 74, 1) 70%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(9, 6, 46, 1) 0%, rgba(14, 28, 69, 1) 31%, rgba(27, 7, 74, 1) 70%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09062E", endColorstr="#000000", GradientType=0);
}
.parent {
        display: grid;
        grid-template-columns: 230px 550px 230px;
        grid-template-rows: repeat(1, 1fr);
        justify-content: center;
        gap: 10px;
        margin-top: 50px;
}

.parent div.left {
        grid-column: 1;
        grid-row: 1;
}
.parent div.center {
        grid-column: 2;
        grid-row: 1;
}
.parent div.right {
        grid-column: 3;
        grid-row: 1;
}

.bottom {
        width: 800px;
        height: auto;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
}

.img-right {
        float: right;
        margin: 10px;
}

.img-float {
animation-name: floating; 
animation-duration: 3s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes floating { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 15px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}     

.centerItems {
        justify-items: center;
        align-content: center;
        text-align: center;
}

#pfp {
        margin: 1.1em;
        max-width: 164px;
        max-height: 164px;
        border-color: #4446cc;
        border-style: solid;
}

.stamp-scroll {
        height: 56px;
        margin-top: 10px;
}
.blinkies {
        height: 25px;
        margin: 10px;
}

.test-stuff {
        font-size: 1.4em;
        color: #dec89c;
        box-sizing: border-box;
        border: solid #240806 5px; border-style: outset;
        background-color: #471715;
        padding: 5px;
        box-shadow: inset 0px 0px 5px 4px #3b1b07
}

#blog-nav {
        width: 200px;
        padding-top: 10px;
        border-top-color: #f0f8ff;
        border-top-width: 1px;
        border-top-style: dashed;
        overflow-y: scroll;
        overflow-y: hidden;
}

.parent2 {
        display: grid;
        grid-template-columns: 230px 850px;
        grid-template-rows: repeat(1, 1fr);
        justify-content: center;
        gap: 10px;
        margin-top: 50px;
}

.parent div.left2 {
        grid-column: 1;
        grid-row: 1;
}
.parent div.center2 {
        grid-column: 2;
        grid-row: 1;
}